public class SerialPort
extends java.lang.Object
| Constructor and Description |
|---|
SerialPort(java.io.File device,
int baudrate,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
readBuffData(byte[] buffData) |
int |
SendData(byte[] buffData,
int len) |